Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the production-dependencies group with 13 updates #376

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2023

Bumps the production-dependencies group with 13 updates:

Package From To
android_id 0.3.3 0.3.5
bloc_test 9.1.3 9.1.4
cupertino_icons 1.0.5 1.0.6
device_info_plus 9.0.2 9.0.3
flutter_lints 2.0.2 2.0.3
flutter_markdown_selectionarea 0.6.14+3 0.6.17+1
image_picker 1.0.1 1.0.4
package_info_plus 4.0.2 4.1.0
quick_actions 1.0.5 1.0.6
sentry_flutter 7.8.0 7.9.0
shared_preferences 2.2.0 2.2.1
url_launcher 6.1.12 6.1.14
webview_flutter 4.2.2 4.2.4

Updates android_id from 0.3.3 to 0.3.5

Release notes

Sourced from android_id's releases.

0.3.5

What's Changed

Full Changelog: fluttercommunity/android_id@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: fluttercommunity/android_id@0.3.3...0.3.4

Changelog

Sourced from android_id's changelog.

0.3.5

  • Maintenance release
  • Update kotlin and gradle

0.3.4

  • Refactor native code
Commits
  • 17de09e Update changelog
  • 19a056f Update version and changelog
  • 749e3ff Remove real credentials from pub publish dry run
  • 79e0310 Improve workflows and dependabot
  • 6c6e56f Let dependabot ignore minor and patch updates
  • 8942dc9 flutter pub upgrade with Flutter stable 3.10.6
  • 11d8c7a Widen constraints
  • 417e5d5 Merge pull request #57 from fluttercommunity/dependabot/pub/example/flutter_l...
  • c826aa3 Bump flutter_lints from 2.0.2 to 2.0.3 in /example
  • f6b57a1 Merge pull request #52 from fluttercommunity/dependabot/gradle/example/androi...
  • Additional commits viewable in compare view

Updates bloc_test from 9.1.3 to 9.1.4

Release notes

Sourced from bloc_test's releases.

bloc_test-v9.1.4

  • deps: support mocktail: ^1.0.0 (#3917)
  • chore: add topics to pubspec.yaml (#3914)
Commits

Updates cupertino_icons from 1.0.5 to 1.0.6

Commits

Updates device_info_plus from 9.0.2 to 9.0.3

Commits

Updates flutter_lints from 2.0.2 to 2.0.3

Commits
  • b4985e2 [all] Add topics to pubspecs (#4771)
  • 961d161 Fixed AlertDialog Height of example in image_picker (#4800)
  • d7d3150 [rfw] Implement /* block comments */ in the text format (#4769)
  • d55f26d [pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 1.9.10...
  • 7cbde90 Fix popping repeated pages unexpectedly (#4763)
  • 94ba82c [pigeon] primitive enums (#4580)
  • 6a281db [css_colors] docs: Update deprecated link address (#4537)
  • 383bffa [google_maps_flutter] cloud-based map styling implementation (#4638)
  • 32460c7 [image_picker] Fix exception when canceling pickMultipleMedia on iOS (#4761)
  • 3060b1a [rfw] Support web (as JS) (#4650)
  • Additional commits viewable in compare view

Updates flutter_markdown_selectionarea from 0.6.14+3 to 0.6.17+1

Changelog

Sourced from flutter_markdown_selectionarea's changelog.

0.6.17+1

  • Deletes deprecated splash screen meta-data element.
  • Updates README to improve examples of using Markdown.

0.6.17

  • Introduces a new MarkdownElementBuilder.visitElementAfterWithContext() method passing the widget BuildContext and the parent text's TextStyle.

0.6.16

  • Adds tableVerticalAlignment property to allow aligning table cells vertically.

0.6.15+1

  • Fixes 'The Scrollbar's ScrollController has no ScrollPosition attached' exception when scrolling scrollable code blocks.
  • Fixes stale ignore: prefer_const_constructors.
  • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.

0.6.15

  • Fixes unawaited_futures violations.
  • Updates minimum Flutter version to 3.3.
  • Aligns Dart and Flutter SDK constraints.
  • Replace describeEnum with the name getter.
  • Supports custom rendering of tags without children.

0.6.14

  • Require markdown: ^7.0.0

0.6.13+1

  • Adjusts code to account for nullability change in Flutter SDK.
  • Updates the example to specify the import for DropdownMenu.

0.6.13

  • Support changes in the latest package:markdown.

0.6.12

  • Markdown Lists now take into account fitContent instead of always expanding to the maximum horizontally (flutter/flutter#108976).

0.6.11

  • Deprecates and removes use of TaskListSyntax as new markdown package supports checkboxes natively. Consider using OrderedListWithCheckBoxSyntax or UnorderedListWithCheckBoxSyntax as a replacement.
  • Changes _buildCheckbox() to inspect state of checkbox input element by existence of 'checked' attribute.

... (truncated)

Commits

Updates image_picker from 1.0.1 to 1.0.4

Commits

Updates package_info_plus from 4.0.2 to 4.1.0

Commits
  • a2499aa chore(release): prepare for release (#2016)
  • 235ee39 fix(package_info_plus): proper version.json url for files with special charac...
  • 4696ff4 feat(package_info_plus): Added toMap method (#1926)
  • 784caca fix(package_info_plus): not working in Windows release mode from network loca...
  • 0102fbb fix(package_info_plus): Regenerate iOS and MacOS example apps (#1871)
  • d726035 docs(all): Fix example links on pub.dev (#1863)
  • 1a764d5 chore(release): prepare for release (#1862)
  • See full diff in compare view

Updates quick_actions from 1.0.5 to 1.0.6

Commits

Updates sentry_flutter from 7.8.0 to 7.9.0

Release notes

Sourced from sentry_flutter's releases.

7.9.0

Features

  • Send trace origin (#1534)

Trace origin indicates what created a trace or a span. Not all transactions and spans contain enough information to tell whether the user or what precisely in the SDK created it. Origin solves this problem. The SDK now sends origin for transactions and spans.

  • Add appHangTimeoutInterval to SentryFlutterOptions (#1568)
  • DioEventProcessor: Append http response body (#1557)
    • This is opt-in and depends on maxResponseBodySize
    • Only for dio package

Dependencies

Changelog

Sourced from sentry_flutter's changelog.

7.9.0

Features

  • Send trace origin (#1534)

Trace origin indicates what created a trace or a span. Not all transactions and spans contain enough information to tell whether the user or what precisely in the SDK created it. Origin solves this problem. The SDK now sends origin for transactions and spans.

  • Add appHangTimeoutInterval to SentryFlutterOptions (#1568)
  • DioEventProcessor: Append http response body (#1557)
    • This is opt-in and depends on maxResponseBodySize
    • Only for dio package

Dependencies

Commits

Updates shared_preferences from 2.2.0 to 2.2.1

Commits
  • b4985e2 [all] Add topics to pubspecs (#4771)
  • d92cdf0 [ci] Update minimums for 3.13 stable (#4731)
  • 0bf0878 [shared_preferences] Update iOS/macOS Pigeon (#4668)
  • 6cb2a32 [All] Expand artifact hub to all plugins (#4645)
  • 2481d92 [ci] Enable Android emulator-based tests (#4494)
  • 1fd191e [various] Deletes deprecated splash screen meta-data element (#4501)
  • 808d790 [various] Update Pigeon in Swift plugins (#4461)
  • bd5d191 [flutter_plugin_tools] Reimplements the excerpt system inline in the tool, ra...
  • 38f4b59 [shared_preferences] Variable binding in a condition requires an initializer ...
  • See full diff in compare view

Updates url_launcher from 6.1.12 to 6.1.14

Commits
  • e668c43 [url_launcher_android] Add support for Custom Tabs (#4739)
  • bd97d29 [web] Use new APIs from dart:ui_web (#4168)
  • b4985e2 [all] Add topics to pubspecs (#4771)
  • d92cdf0 [ci] Update minimums for 3.13 stable (#4731)
  • eed8df7 [url_launcher] Android API 34 support (#4660)
  • 6cb2a32 [All] Expand artifact hub to all plugins (#4645)
  • 10aab44 remove unneeded imports (#4579)
  • 896131f [url_launcher_android] Set buildFeatures.buildConfig to true for compatibil...
  • 808d790 [various] Update Pigeon in Swift plugins (#4461)
  • bd5d191 [flutter_plugin_tools] Reimplements the excerpt system inline in the tool, ra...
  • See full diff in compare view

Updates webview_flutter from 4.2.2 to 4.2.4

Commits
  • b4985e2 [all] Add topics to pubspecs (#4771)
  • d72a5fe [webview_flutter] Update sample code. (#4727)
  • d92cdf0 [ci] Update minimums for 3.13 stable (#4731)
  • 93455e0 [webview_flutter_platform_interface] Adds support for retrieving user agent (...
  • 175ff56 [webview_flutter_android][webview_flutter_wkwebview] Fixes widget rebuild bug...
  • 269118d [webview_flutter_wkwebview] Repeatedly pump WebViews until one is garbage col...
  • 6cb2a32 [All] Expand artifact hub to all plugins (#4645)
  • 10aab44 remove unneeded imports (#4579)
  • 26889ce [webview_flutter_android][webview_flutter_wkwebview] Fixes bug where `Platfor...
  • 43052d9 [webview_flutter_wkwebview] Updates pigeon version to 10.1.4 (#4548)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [android_id](https://github.com/fluttercommunity/android_id) | `0.3.3` | `0.3.5` |
| [bloc_test](https://github.com/felangel/bloc/tree/master/packages) | `9.1.3` | `9.1.4` |
| [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) | `1.0.5` | `1.0.6` |
| [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) | `9.0.2` | `9.0.3` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `2.0.2` | `2.0.3` |
| [flutter_markdown_selectionarea](https://github.com/adrianjagielak/flutter_markdown_selectionarea) | `0.6.14+3` | `0.6.17+1` |
| [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) | `1.0.1` | `1.0.4` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `4.0.2` | `4.1.0` |
| [quick_actions](https://github.com/flutter/packages/tree/main/packages/quick_actions) | `1.0.5` | `1.0.6` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `7.8.0` | `7.9.0` |
| [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.2.0` | `2.2.1` |
| [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.1.12` | `6.1.14` |
| [webview_flutter](https://github.com/flutter/packages/tree/main/packages/webview_flutter) | `4.2.2` | `4.2.4` |


Updates `android_id` from 0.3.3 to 0.3.5
- [Release notes](https://github.com/fluttercommunity/android_id/releases)
- [Changelog](https://github.com/fluttercommunity/android_id/blob/main/CHANGELOG.md)
- [Commits](fluttercommunity/android_id@0.3.3...0.3.5)

Updates `bloc_test` from 9.1.3 to 9.1.4
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc_test-v9.1.4/packages)

Updates `cupertino_icons` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.6/third_party/packages)

Updates `device_info_plus` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v9.0.3/packages/device_info_plus)

Updates `flutter_lints` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v2.0.3/packages)

Updates `flutter_markdown_selectionarea` from 0.6.14+3 to 0.6.17+1
- [Changelog](https://github.com/adrianjagielak/flutter_markdown_selectionarea/blob/master/CHANGELOG.md)
- [Commits](https://github.com/adrianjagielak/flutter_markdown_selectionarea/commits)

Updates `image_picker` from 1.0.1 to 1.0.4
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.4/packages/image_picker)

Updates `package_info_plus` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v4.1.0/packages/package_info_plus)

Updates `quick_actions` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/quick_actions-v1.0.6/packages/quick_actions)

Updates `sentry_flutter` from 7.8.0 to 7.9.0
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@7.8.0...7.9.0)

Updates `shared_preferences` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.2.1/packages/shared_preferences)

Updates `url_launcher` from 6.1.12 to 6.1.14
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.1.14/packages/url_launcher)

Updates `webview_flutter` from 4.2.2 to 4.2.4
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/webview_flutter-v4.2.4/packages/webview_flutter)

---
updated-dependencies:
- dependency-name: android_id
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bloc_test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cupertino_icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: device_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flutter_markdown_selectionarea
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: image_picker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: quick_actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry_flutter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: shared_preferences
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: url_launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: webview_flutter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Sep 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 1, 2023
@dependabot dependabot bot deleted the dependabot/pub/production-dependencies-bd9134d572 branch October 1, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants